home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1998 July
/
EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso
/
recent
/
iib122.lha
/
IIB
/
Threads
/
Additional
/
IARexx.lha
/
BatchRender.irx
next >
Wrap
Text File
|
1997-03-19
|
1KB
|
80 lines
/* Batch Rendering Arexx Script for Imagine 5.0
* Made before we started our touring through Europe.
*
* Check : www.ihi.ku.dk/~scoopex/motion/html/ for extreme graphics
* Anders Lundholm, lund@hoa.ping.dk
*
*/
ADDRESS COMMAND 'Imagine:Im5.0'
/* This specifies Imagine's arexx-port */
ADDRESS 'Imagine.1'
/* Load the preference file for use with the current render */
GETPREFS 'Imagine:Imagine.Config'
IMAGINETOFRONT
ACTIVATEIMAGINE
/* go to project editor */
PROJECTEDITOR
/* Opens a project, specify the filename here
* Just copy the text and enter another project &
* Subproject-name to render multiply scenes
*/
OPENPROJECT 'Imagine:Projects/-Coca_Cola_Reklame/scene_#01'
OPENSUBPROJECT '720x576'
PROJECTRANGE 'ALL'
CLEARZONE
/* No conversion needed when rendering using 24bits */
PALETTEMETHOD = 'Use Previous'
STARTRENDER
/* Next project goes here */
OPENPROJECT 'Imagine:Projects/-Coca_Cola_Reklame/scene_#02'
OPENSUBPROJECT '720x576'
PROJECTRANGE 'ALL'
CLEARZONE
/* No conversion needed when rendering using 24bits */
PALETTEMETHOD = 'Use Previous'
STARTRENDER
/* 3rd. Project goes here */
OPENPROJECT 'Imagine:Projects/-Coca_Cola_Reklame/scene_#01'
OPENSUBPROJECT '720x576'
PROJECTRANGE 'ALL'
CLEARZONE
/* No conversion needed when rendering using 24bits */
PALETTEMETHOD = 'Use Previous'
STARTRENDER